HTMLify
rahul verma html program.html
Views: 591 | Author: rahul_verma_coder
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 | <!DOCTYPE html> <html> <head> <title>my</title> </head> <body> <p align="right">my name is rahul verma</p> </body> </html> <br> <!DOCTYPE html> <html> <head> <title>my</title> </head> <body> <p align="right">my name is rahul verma</p> </body> </html> <!DOCTYPE html> <html> <body> <img src="Game.png" width="200" hight="300"> </body> </html> <!DOCYPTE html> <html> <head> <title>file</title> </head> <body> <a href="#mathematic's">Mathematic's</a><br> <a href="#English">English</a><br> <a href="#Html">HTML</a><br> <a href="#c language">C LANGUAGE</a> <a name="mathematic's"><h2>Mathematic's<h2></h2></a> <p>Mathematic's Lorem ipsum dolor sit amet, consectetur adipisicing elit.<br><a href="n.html">top</a> </p> <a name="English"><h2>English</h2></a> <p><strong>English</strong>is the most <em>popular</em>Lorem ipsum dolor, sit amet consectetur adipisicing elit. .<br><a href="n.html">Top</a> </p> <a name="Html"><h2>html(<em>hyper test markup language</em>)</h2></a> <p><strong>html</strong> a shrothand for <i>hyper text markup language is one of the most important fundamental building blocks of the web. <STRONG><a href="n.html">Top</a></STRONG></em></i> </p> <a name="c language"><H2>C LANGUAGE</H2></a> <p>in <em>1972</em> , c language is developed by denish richie for creating system applications such as driver, kernels etc <a href="n.html"><em>top</em></a></p> </body> </html> > <!DOCTYPE html> <html> <head> <title> calcuter </title> </head><fieldset><legend> THIS IS A CALCULATOR</legend> <form> Enter the number : <input type="number" name="number"><br> <table > <tr><tb><button>9</button><button>8</button><button>7</button><button>%</button></tb></tr><br> <tr><tb><button>8</button><button>7</button><button>6</button><button>*</button></tb></tr><br> <tr><tb><button>3</button><button>2</button><button>1</button><button>/</button></tb></tr><br> <tr><tb><button>=</button><button>+</button><button>-</button><button>Mg</button></tb></tr><br> </table> </form></fieldset> </html> <!DOCTYPE html> <html> <head> <title> pratices </title> </head> <body> <form> <p>Name : <input type="text" name="name" id="text" required placeholder="Enter your name" > </p> <p> Phone Number :<input type="phone number" name="number" id="phone number" required placeholder="Enter your phone number"></p> <p> Address : <textarea cols="40px" rows="3px"required placeholder="Enter your current address"></textarea> </p><fieldset> <legend align="center"> Gender</legend> <p><label for="femal"> <input type="radio" name="gender" id="femal" vlaue="Female"required >Female </label><label for="male"> <input type="radio" name="gender" id="male" value=""Male" required >Male </label> </p></fieldset> <fieldset> <legend style="color: grey;">selected your subject for checkbox</legend> <label for="Math"></p> <p> <input type="checkbox" name="subject" value="Mathematic's" id="Math">Mathematic's</p> </label> <label for="C"></p> <p> <input type="checkbox" name="subject" value="C language" id="C">C language</p> </label> <label for="hyper text markup language"></p> <p> <input type="checkbox" name="subject" value="html" id="hyper text markup language">Html</p> </label> <label for="bc"></p> <p> <input type="checkbox" name="subject" value="Buniess Communication" id="bc">Buniess Communicaion</p> </label> <label for="fundamental of computer"></p> <p> <input type="checkbox" name="subject" value="foc" id="fundamental of computer">Foc</p> <strong>selceted your city </strong> <select name="city" > <option value="Delhi">Delhi</option> <option value="Banglore">Banglore</option> <option value="Pune">Pune</option> <option value="Mumbai">Mumbai</option> <option value="Agra">Agra</option> </select> </label> </fieldset> <p> Password : <input type="password" name="user passward" id="passward"required placeholder="Ener the passward" ></p> <p> E mail : <input type="Email" name="Email" id="passward"required placeholder="Enter the email"></p> <p> Pin code : <input : type="number" name="pin code" id=" code"required placeholder="Enter the pin code"> <h3> payment detial's</h3> <p> card type : <select name="card_type" id="Card_type"required > <option value="">--sected the card--</option> <option value="mastercard">mastercard</option> <option value="visa">upi</option> <option value=" visa">visa</option> </select> </p> <p> card number : <input type="number" name="card number" id="number"required placeholder="Enter your card number"></p> <P> Expiration date : <input required type="date" name="Expiration date" id="Expiration date" ></P> <p> cvv <input type="password" name="cvv" id="cvv" placeholder="Enter Card Verification Value"></p> <p> <input TYPE="SUBMIT" value="pay"> </p> <p> <input type="reset" name="reset" id="reset" required ></p> <p> <input type="submit" name="submit" id=" submit form"required > </p> </p> </form> </body> <html> |